[INFO] fetching crate supernovas-sys 0.1.4...
[INFO] fixing supernovas-sys-0.1.4 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate supernovas-sys 0.1.4 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate supernovas-sys 0.1.4
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate supernovas-sys 0.1.4
[INFO] tweaked toml for crates.io crate supernovas-sys 0.1.4 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate supernovas-sys 0.1.4 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate supernovas-sys 0.1.4 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded prettyplease v0.2.35
[INFO] [stderr]   Downloaded calceph-sys v0.1.4
[INFO] [stderr]   Downloaded rustls v0.23.28
[INFO] [stderr]   Downloaded libcspice-sys v0.1.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4c32ad1d85d0cc2976f777f89cb526e1069353ed4297597d8b592a0b7c721ad7
[INFO] running `Command { std: "docker" "start" "4c32ad1d85d0cc2976f777f89cb526e1069353ed4297597d8b592a0b7c721ad7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4c32ad1d85d0cc2976f777f89cb526e1069353ed4297597d8b592a0b7c721ad7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4c32ad1d85d0cc2976f777f89cb526e1069353ed4297597d8b592a0b7c721ad7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4c32ad1d85d0cc2976f777f89cb526e1069353ed4297597d8b592a0b7c721ad7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling prettyplease v0.2.35
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling libloading v0.8.8
[INFO] [stderr]    Compiling bindgen v0.71.1
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling libcspice-sys v0.1.4
[INFO] [stderr]    Compiling calceph-sys v0.1.4
[INFO] [stderr]    Compiling supernovas-sys v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `fs`
[INFO] [stdout]  --> build.rs:2:16
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::{env, fs};
[INFO] [stdout]   |                ^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::process::Command`
[INFO] [stdout]  --> build.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::process::Command;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `cc::Build`
[INFO] [stdout]  --> build.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use cc::Build;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `out_path`
[INFO] [stdout]   --> build.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |     let out_path = PathBuf::from(env::var("OUT_DIR").unwrap());
[INFO] [stdout]    |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_out_path`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: supernovas-sys@0.1.4: `supernovas_dir` does not point to a valid directory. Please set the SUPERNOVAS_DIR environment variable or use `novas-src` feature.
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> examples/high-z.rs:65:13
[INFO] [stdout]    |
[INFO] [stdout] 63 |         if sn::novas_set_unix_time(
[INFO] [stdout]    |            ----------------------- arguments to this function are incorrect
[INFO] [stdout] 64 |             unix_sec,
[INFO] [stdout] 65 |             unix_nsec,
[INFO] [stdout]    |             ^^^^^^^^^ expected `i64`, found `i32`
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/supernovas-sys-54e49afedc325cbb/out/bindings.rs:3:211204
[INFO] [stdout]    |
[INFO] [stdout]  3 | ...: raw :: c_long) -> f64 ; } unsafe extern "C" { pub fn novas_set_unix_time (unix_time : time_t , nanos : :: std :: os :: raw :: c...
[INFO] [stdout]    |                                                           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: you can convert an `i32` to an `i64`
[INFO] [stdout]    |
[INFO] [stdout] 65 |             unix_nsec.into(),
[INFO] [stdout]    |                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] warning: supernovas-sys@0.1.4: `supernovas_dir` does not point to a valid directory. Please set the SUPERNOVAS_DIR environment variable or use `novas-src` feature.
[INFO] [stderr] error: could not compile `supernovas-sys` (example "high-z") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> examples/rise-set.rs:67:46
[INFO] [stdout]    |
[INFO] [stdout] 67 |         if sn::novas_set_unix_time(unix_sec, unix_nsec, LEAP_SECONDS, DUT1, &mut obs_time) != 0 {
[INFO] [stdout]    |            -----------------------           ^^^^^^^^^ expected `i64`, found `i32`
[INFO] [stdout]    |            |
[INFO] [stdout]    |            arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/supernovas-sys-54e49afedc325cbb/out/bindings.rs:3:211204
[INFO] [stdout]    |
[INFO] [stdout]  3 | ...: raw :: c_long) -> f64 ; } unsafe extern "C" { pub fn novas_set_unix_time (unix_time : time_t , nanos : :: std :: os :: raw :: c...
[INFO] [stdout]    |                                                           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: you can convert an `i32` to an `i64`
[INFO] [stdout]    |
[INFO] [stdout] 67 |         if sn::novas_set_unix_time(unix_sec, unix_nsec.into(), LEAP_SECONDS, DUT1, &mut obs_time) != 0 {
[INFO] [stdout]    |                                                       +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> examples/calceph.rs:66:13
[INFO] [stdout]    |
[INFO] [stdout] 64 |         sn::novas_set_unix_time(
[INFO] [stdout]    |         ----------------------- arguments to this function are incorrect
[INFO] [stdout] 65 |             unix_sec,
[INFO] [stdout] 66 |             unix_nsec,
[INFO] [stdout]    |             ^^^^^^^^^ expected `i64`, found `i32`
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/supernovas-sys-54e49afedc325cbb/out/bindings.rs:3:211204
[INFO] [stdout]    |
[INFO] [stdout]  3 | ...: raw :: c_long) -> f64 ; } unsafe extern "C" { pub fn novas_set_unix_time (unix_time : time_t , nanos : :: std :: os :: raw :: c...
[INFO] [stdout]    |                                                           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: you can convert an `i32` to an `i64`
[INFO] [stdout]    |
[INFO] [stdout] 66 |             unix_nsec.into(),
[INFO] [stdout]    |                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] warning: supernovas-sys@0.1.4: `supernovas_dir` does not point to a valid directory. Please set the SUPERNOVAS_DIR environment variable or use `novas-src` feature.
[INFO] [stderr] error: could not compile `supernovas-sys` (example "rise-set") due to 1 previous error
[INFO] [stderr] warning: supernovas-sys@0.1.4: `supernovas_dir` does not point to a valid directory. Please set the SUPERNOVAS_DIR environment variable or use `novas-src` feature.
[INFO] [stderr] error: could not compile `supernovas-sys` (example "calceph") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "4c32ad1d85d0cc2976f777f89cb526e1069353ed4297597d8b592a0b7c721ad7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c32ad1d85d0cc2976f777f89cb526e1069353ed4297597d8b592a0b7c721ad7", kill_on_drop: false }`
[INFO] [stdout] 4c32ad1d85d0cc2976f777f89cb526e1069353ed4297597d8b592a0b7c721ad7
